@charset "utf-8";
/* css 重置 */
.newBanner ul,.newBanner li{margin:0; padding:0; list-style:none;}
.newBanner img{ border:0;  }
.newBanner a{ text-decoration:none;}

/* 本例子css */
.newBanner{
    width: 100%;
    /* min-width: 1318px; */
    height: 475px;
    /* overflow: hidden; */
    position: relative;
    background: #fff;
}  /* 修改 高度，         修改 最少宽度【暂时不修改】 */


.newBanner .bd{ position:relative; height:100%; z-index:0;   }
.newBanner .bd li{ zoom:1; vertical-align:middle; }


.newBanner .hd {
    position: absolute;
    top: 660px;
    left: 48%;
}

.newBanner .hd ul{ overflow:hidden; zoom:1; float:left;  }


.newBanner .hd ul li{
    float: left;
    width: 24px;
    height: 11px;
    cursor: pointer;
    margin-right: 10px;
    background: #bfbfbf;
}

.newBanner .hd ul li.on{
    background: #d51519;
}


.newBanner .bd a.prev,
.newBanner .bd a.next {
    display: block;
    width: 19px;
    height: 45px;
    position: absolute;
    cursor: pointer;
    background: url(/template/images/bt_36.png) no-repeat;
    top: 155px;
    z-index: 500;
}





.newBanner .bd a.prev {
	left: -38px;
	background-position-x:-19px;
}


.newBanner .bd a.prev:hover {
	background-position-x:0;
}


.newBanner .bd a.next {
	right: -38px;
	background-position-x:-38px;
}

.newBanner .bd a.next:hover {
	background-position-x:-57px;
}





/* 自行修改 */
